Auto merge of #3921 - alexcrichton:less-asserts, r=matklad
authorbors <bors@rust-lang.org>
Wed, 26 Apr 2017 20:42:15 +0000 (20:42 +0000)
committerbors <bors@rust-lang.org>
Wed, 26 Apr 2017 20:42:15 +0000 (20:42 +0000)
Relax overly strict asserts in dependency queue

Don't actually need to assert that these are unique, it works both ways and we
can have flavorful dependency graphs which otherwise trigger the assertions.

Closes #3902


Trivial merge